home *** CD-ROM | disk | FTP | other *** search
- object ScratchPad: TScratchPad
- Left = 196
- Top = 110
- Width = 544
- Height = 375
- Caption = 'Scratch Pad 1.0'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 536
- Height = 2
- Align = alTop
- end
- object SpeedBar: TPanel
- Left = 0
- Top = 2
- Width = 536
- Height = 32
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object FileOpenBtn: TSpeedButton
- Left = 5
- Top = 4
- Width = 25
- Height = 25
- Hint = 'Open|Open An Existing File'
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
- 333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
- 0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
- 07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
- 07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
- 0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
- 33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
- B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
- 3BB33773333773333773B333333B3333333B7333333733333337}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- OnClick = FileOpenClick
- end
- object FileSaveBtn: TSpeedButton
- Left = 30
- Top = 4
- Width = 25
- Height = 25
- Hint = 'Save|Save A File'
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
- 7700333333337777777733333333008088003333333377F73377333333330088
- 88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
- 000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
- FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
- 99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
- 99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
- 99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
- 93337FFFF7737777733300000033333333337777773333333333}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- OnClick = FileSaveClick
- end
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 310
- Width = 536
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object Memo: TMemo
- Left = 0
- Top = 34
- Width = 536
- Height = 276
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Fixedsys'
- Font.Style = []
- ParentFont = False
- PopupMenu = MemoPopup
- ScrollBars = ssVertical
- TabOrder = 2
- end
- object MainMenu: TMainMenu
- Left = 8
- Top = 48
- object FileMenu: TMenuItem
- Caption = '&File'
- object FileNew: TMenuItem
- Caption = '&New'
- OnClick = FileNewClick
- end
- object FileOpen: TMenuItem
- Caption = '&Open...'
- OnClick = FileOpenClick
- end
- object FileSave: TMenuItem
- Caption = '&Save...'
- OnClick = FileSaveClick
- end
- object FileSaveAs: TMenuItem
- Caption = 'Save &As...'
- OnClick = FileSaveAsClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object FilePrint: TMenuItem
- Caption = '&Print...'
- Enabled = False
- end
- object FilePrintSetup: TMenuItem
- Caption = 'Print Set&up...'
- Enabled = False
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object FileExit: TMenuItem
- Caption = 'E&xit'
- OnClick = FileExitClick
- end
- end
- object Edit1: TMenuItem
- Caption = '&Edit'
- object EditUndo: TMenuItem
- Caption = '&Undo'
- ShortCut = 16474
- OnClick = EditUndoClick
- end
- object N5: TMenuItem
- Caption = '-'
- end
- object EditCut: TMenuItem
- Caption = 'Cu&t'
- ShortCut = 16472
- OnClick = EditCutClick
- end
- object EditCopy: TMenuItem
- Caption = '&Copy'
- ShortCut = 16451
- OnClick = EditCopyClick
- end
- object EditPaste: TMenuItem
- Caption = '&Paste'
- ShortCut = 16470
- OnClick = EditPasteClick
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object EditSelectAll: TMenuItem
- Caption = 'Select &All'
- ShortCut = 16449
- OnClick = EditSelectAllClick
- end
- object EditFind: TMenuItem
- Caption = '&Find...'
- Enabled = False
- end
- object EditReplace: TMenuItem
- Caption = 'R&eplace...'
- Enabled = False
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object EditWordWrap: TMenuItem
- Caption = '&Word Wrap'
- Checked = True
- OnClick = EditWordWrapClick
- end
- end
- object Help1: TMenuItem
- Caption = '&Help'
- object HelpContents: TMenuItem
- Caption = '&Contents'
- Enabled = False
- end
- object HelpAbout: TMenuItem
- Caption = '&About...'
- OnClick = HelpAboutClick
- end
- end
- end
- object OpenDialog: TOpenDialog
- Left = 40
- Top = 48
- end
- object SaveDialog: TSaveDialog
- Left = 72
- Top = 48
- end
- object MemoPopup: TPopupMenu
- Left = 104
- Top = 48
- object PopupCut: TMenuItem
- Caption = 'Cu&t'
- ShortCut = 16472
- OnClick = EditCutClick
- end
- object PopupCopy: TMenuItem
- Caption = '&Copy'
- ShortCut = 16451
- OnClick = EditCopyClick
- end
- object PopupPaste: TMenuItem
- Caption = '&Paste'
- ShortCut = 16470
- OnClick = EditPasteClick
- end
- end
- end
-